home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / src-aux / Imakefile < prev    next >
Encoding:
Makefile  |  1996-05-30  |  598 b   |  42 lines

  1. #define DoNormalLib NO
  2. #define DoSharedLib YES
  3. #define DoDebugLib NO
  4. #define DoProfileLib NO
  5. #define LibName MESAAUX
  6. #define SoRev SOX11REV
  7. #define LibHeaders NO
  8.  
  9. #include <Threads.tmpl>
  10.  
  11. REQUIREDLIBS = $(X11ROOT)\\XFree86\\lib\\ $(TOP)\\lib\\ MesaTk MesaGL MesaGLU
  12. BUILDLIBDIR = $(TOP)\\lib
  13.  
  14. DEFINES = -mieee-fp
  15. INCLUDES = -I$(TOP)\include
  16.  
  17. SRCS = \
  18. font.c \
  19. glaux.c \
  20. image.c \
  21. shapes.c \
  22. teapot.c \
  23. vect3d.c \
  24. xform.c
  25.  
  26. OBJS = \
  27. font.o \
  28. glaux.o \
  29. image.o \
  30. shapes.o \
  31. teapot.o \
  32. vect3d.o \
  33. xform.o
  34.  
  35.  
  36. LINTLIBS =
  37.  
  38. #include <Library.tmpl>
  39.  
  40. DependTarget()
  41.  
  42.